From 310da2e9892f9b56c5f0b8cd9eb746c5e1ad4b78 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 19 Jun 2007 15:55:13 +0100 Subject: [PATCH] tools: Fix compiler warning. From: Charles Coffing Signed-off-by: Keir Fraser --- tools/libxc/xc_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/xc_core.c b/tools/libxc/xc_core.c index d755aa8238..3c7afbe0ce 100644 --- a/tools/libxc/xc_core.c +++ b/tools/libxc/xc_core.c @@ -156,7 +156,7 @@ struct xc_core_section_headers { Elf64_Shdr *shdrs; }; #define SHDR_INIT 16 -#define SHDR_INC 4 +#define SHDR_INC 4U static struct xc_core_section_headers* xc_core_shdr_init(void) -- 2.30.2